home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 3.2 KB | 93 lines | [TEXT/MPS ] |
- /*
- File: AIFF.idl
-
- Contains: Definition of AIFF file format components.
-
- Version: Technology: System 7.5
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- */
- #ifndef __AIFF_IDL__
- #define __AIFF_IDL__
-
- #include <somobj.idl>
- #include <somcls.idl>
-
- #ifndef __TYPES_IDL__
- #include <Types.idl>
- #endif
-
- #ifdef __SOMIDL__
-
- typedef unsigned long ID;
-
- typedef short MarkerIdType;
-
- typedef SOMLargeStruct ChunkHeader; /* Derived from a struct of 8 bytes in size */
-
- typedef SOMLargeStruct ContainerChunk; /* Derived from a struct of 12 bytes in size */
-
- typedef SOMLargeStruct FormatVersionChunk; /* Derived from a struct of 12 bytes in size */
-
- typedef OpaquePtr FormatVersionChunkPtr; /* Substituted OpaquePtr for “FormatVersionChunk*” */
-
- typedef SOMLargeStruct CommonChunk; /* Derived from a struct of 26 bytes in size */
-
- typedef OpaquePtr CommonChunkPtr; /* Substituted OpaquePtr for “CommonChunk*” */
-
- typedef SOMLargeStruct ExtCommonChunk; /* Derived from a struct of 31 bytes in size */
-
- typedef OpaquePtr ExtCommonChunkPtr; /* Substituted OpaquePtr for “ExtCommonChunk*” */
-
- typedef SOMLargeStruct SoundDataChunk; /* Derived from a struct of 16 bytes in size */
-
- typedef OpaquePtr SoundDataChunkPtr; /* Substituted OpaquePtr for “SoundDataChunk*” */
-
- typedef SOMLargeStruct Marker; /* Derived from a struct of 262 bytes in size */
-
- typedef SOMLargeStruct MarkerChunk; /* Derived from a struct of 272 bytes in size */
-
- typedef OpaquePtr MarkerChunkPtr; /* Substituted OpaquePtr for “MarkerChunk*” */
-
- typedef SOMLargeStruct AIFFLoop; /* Derived from a struct of 6 bytes in size */
-
- typedef SOMLargeStruct InstrumentChunk; /* Derived from a struct of 28 bytes in size */
-
- typedef OpaquePtr InstrumentChunkPtr; /* Substituted OpaquePtr for “InstrumentChunk*” */
-
- typedef SOMLargeStruct MIDIDataChunk; /* Derived from a struct of 9 bytes in size */
-
- typedef OpaquePtr MIDIDataChunkPtr; /* Substituted OpaquePtr for “MIDIDataChunk*” */
-
- typedef SOMLargeStruct AudioRecordingChunk; /* Derived from a struct of 32 bytes in size */
-
- typedef OpaquePtr AudioRecordingChunkPtr; /* Substituted OpaquePtr for “AudioRecordingChunk*” */
-
- typedef SOMLargeStruct ApplicationSpecificChunk; /* Derived from a struct of 13 bytes in size */
-
- typedef OpaquePtr ApplicationSpecificChunkPtr; /* Substituted OpaquePtr for “ApplicationSpecificChunk*” */
-
- typedef SOMLargeStruct Comment; /* Derived from a struct of 9 bytes in size */
-
- typedef SOMLargeStruct CommentsChunk; /* Derived from a struct of 20 bytes in size */
-
- typedef OpaquePtr CommentsChunkPtr; /* Substituted OpaquePtr for “CommentsChunk*” */
-
- typedef SOMLargeStruct TextChunk; /* Derived from a struct of 9 bytes in size */
-
- typedef OpaquePtr TextChunkPtr; /* Substituted OpaquePtr for “TextChunk*” */
-
-
- #endif /* __SOMIDL__ */
-
- #endif /* __AIFF_IDL__ */
-
-